address v meaning in English
致….写给
Examples
- The natural way to use cas for synchronization is to read a value a from an address v , perform a multistep computation to derive a new value b , and then use cas to change the value of v from a to b . the cas succeeds if the value at v has not been changed in the meantime
通常将cas用于同步的方式是从地址v读取值a ,执行多步计算来获得新值b ,然后使用cas将v的值从a改为b 。如果v处的值尚未同时更改,则cas操作成功。